Click or drag to resize

ServiceConvertId Method (IListSourceId, IdFormat)

Converts IDs from one format to another format.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ConvertIdResponse> ConvertId(
	IList<SourceId> sourceIds,
	IdFormat destinationFormat
)

Parameters

sourceIds
Type: System.Collections.GenericIListSourceId
The IDs to convert.
destinationFormat
Type: Independentsoft.ExchangeIdFormat
The destination format.

Return Value

Type: IListConvertIdResponse
IList{ConvertIdResponse}.
See Also